home *** CD-ROM | disk | FTP | other *** search
- Path: boy.nmd.msu.ru!not-for-mail
- From: krotoff@such.srcc.msu.su (Alexander Krotoff)
- Newsgroups: comp.lang.c++
- Subject: casting virtual base classpointer to derived
- Date: 21 Jan 1996 17:34:23 +0300
- Organization: Research Computer Center, Moscow State University
- Sender: krotoff@boy.nmd.msu.ru
- Message-ID: <4dtitf$2mv@boy.nmd.msu.ru>
- References: <DLE98M.nEI@novice.uwaterloo.ca>
- Reply-To: krotoff@such.srcc.msu.su (Alexander Krotoff)
- NNTP-Posting-Host: boy.nmd.msu.ru
- X-InCommentTo: mkalisia@novice.uwaterloo.ca (Maciej Kalisiak)
-
- mkalisia@novice.uwaterloo.ca (Maciej Kalisiak) wrote:
- > Any ideas of how to keep such a list of derived type objets using
- > Base*'s, or how to get around this ???
- >
- > I am using Watcom v10.0
-
- You may use `dynamic_cast'. It is relatively new C++ feature.
- It is described in the publicaly available Draft Standard
- (if you cannot find in in the more "human-radable" sources)
- I do not know is it supported in Watcom 10.
- --
- Alexander
-
-
-
-